home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / ladybug.arc / GRAF0006.REV < prev    next >
Text File  |  1984-11-16  |  1KB  |  43 lines

  1.  
  2.  
  3.  
  4.      GRAPHICS PROGRAMS ON GRAF0001
  5.  
  6.      LADYBUG VERSION 1.0
  7.  
  8.      LadyBug is a version of LOGO patterned after the Apple II
  9.      implementation developed by Terrapin, Inc. It was written as
  10.      an introduction to LOGO and Turtle Graphics. The author
  11.      recommends that those with a serious need for LOGO use a
  12.      commercial version because it is not as well documented and
  13.      will not perform as well as a good commercial LOGO. All
  14.      Ladybug documentation is on the diskette.
  15.  
  16.      In general it has almost:
  17.  
  18.      *  All of the graphics commands.
  19.      *  All of the mathematical computations.
  20.      *  All of the control commands.
  21.  
  22.      In addition it has:
  23.  
  24.      *  A large library of procedures adapted from a variety of
  25.         sources.
  26.      *  Painting of areas.
  27.      *  Clipping of drawings (as well as wraparound).
  28.      *  A fast full screen editor. (FRED)
  29.      *  Support for using both displays if both are present.
  30.  
  31.      The major features missing are:
  32.  
  33.      *  List maniputation.
  34.      *  Variable numbers of parameters to primitives.
  35.  
  36.      LadyBug is written in Basic and compiled with the Basic
  37.      Compiler.
  38.  
  39.  
  40.  
  41.  
  42.     FRED -a very easy to use editor.
  43.